Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / FlexGridDetailProvider<TItem> Class
Members

In This Topic
    FlexGridDetailProvider<TItem> Class
    In This Topic
    Implements detail rows for FlexGrid control.
    Object Model
    FlexGridDetailProvider<TItem> ClassGridLength Structure
    Syntax
    'Declaration
     
    
    Public Class FlexGridDetailProvider(Of TItem As Class) 
       Inherits C1.Blazor.Core.C1Behavior(Of FlexGrid)
       Implements C1.Blazor.Core.IDependencyObject, Microsoft.AspNetCore.Components.IComponent, Microsoft.AspNetCore.Components.IHandleAfterRender, Microsoft.AspNetCore.Components.IHandleEvent 
    public class FlexGridDetailProvider<TItem> : C1.Blazor.Core.C1Behavior<FlexGrid>, C1.Blazor.Core.IDependencyObject, Microsoft.AspNetCore.Components.IComponent, Microsoft.AspNetCore.Components.IHandleAfterRender, Microsoft.AspNetCore.Components.IHandleEvent  
    where TItem: class
    Type Parameters
    TItem
    Remarks
    To add detail rows to a FlexGrid control, create an instance of a FlexGridDetailProvider<TItem> and add it to the Behaviors property collection, then set RowDetailTemplate or handle DetailCellCreating to provide the details.
    Inheritance Hierarchy

    System.Object
       Microsoft.AspNetCore.Components.ComponentBase
          C1.Blazor.Core.C1Behavior<T>
             C1.Blazor.Grid.FlexGridDetailProvider<TItem>

    See Also